class FormattableStringFactory

in global :: System . Runtime . CompilerServices

Provides a static method to create a object from a composite format string and its arguments.


public static FormattableString Create( string format, object[] arguments )

Creates a instance from a composite format string and its arguments.

  • format A composite format string.
  • arguments The arguments whose string representations are to be inserted in the result string.
  • Returns The object that represents the composite format string and its arguments.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.