Method | Description | |
---|---|---|
Format ( string format, object arg, IFormatProvider formatProvider ) : string |
Formats the string
|
|
Format ( string input, string formatPattern ) : string |
Formats the string based on the pattern
|
|
GenericStringFormatter ( ) : System |
Constructor
|
|
GetFormat ( |
Gets the format associated with the type
|
Method | Description | |
---|---|---|
GetMatchingInput ( string input, char formatChar, char &matchChar ) : string |
Gets matching input
|
|
IsValid ( string formatPattern ) : bool |
Checks if the format pattern is valid
|
public Format ( string format, object arg, IFormatProvider formatProvider ) : string | ||
format | string | Format to use |
arg | object | Argument object to use |
formatProvider | IFormatProvider | Format provider to use |
return | string |
public Format ( string input, string formatPattern ) : string | ||
input | string | Input string |
formatPattern | string | Format pattern |
return | string |
public GetFormat ( |
||
formatType | Format type | |
return | object |