Property | Type | Description | |
---|---|---|---|
DefaultTokenBinder | StringFormatTokenBindingHandler |
Method | Description | |
---|---|---|
BindFormatToken ( string token, object args, IFormatProvider provider ) : string | ||
Format ( string format ) : string |
Replaces each format item in a specified string with the text equivalent of a corresponding object's value.
|
|
Format ( string format, IFormatProvider provider ) : string | ||
Format ( string format, IFormatProvider provider, StringFormatTokenBindingHandler binder ) : string | ||
Format ( string format, StringFormatTokenBindingHandler binder ) : string | ||
TryParseUnsignedInteger ( string str ) : int |
Method | Description | |
---|---|---|
FormatImpl ( string format, IFormatProvider provider, StringFormatTokenBindingHandler binder ) : string |
public static BindFormatToken ( string token, object args, IFormatProvider provider ) : string | ||
token | string | |
args | object | |
provider | IFormatProvider | |
return | string |
public static Format ( string format ) : string | ||
format | string | |
return | string |
public static Format ( string format, IFormatProvider provider ) : string | ||
format | string | |
provider | IFormatProvider | |
return | string |
public static Format ( string format, IFormatProvider provider, StringFormatTokenBindingHandler binder ) : string | ||
format | string | |
provider | IFormatProvider | |
binder | StringFormatTokenBindingHandler | |
return | string |
public static Format ( string format, StringFormatTokenBindingHandler binder ) : string | ||
format | string | |
binder | StringFormatTokenBindingHandler | |
return | string |
public static TryParseUnsignedInteger ( string str ) : int | ||
str | string | |
return | int |