BinaryStringToString Method (IFormatProvider) |
Returns the string representation.
A provider supplies culture-specific formatting information.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntaxpublic string ToString(
IFormatProvider provider
)
Parameters
- provider
- Type: SystemIFormatProvider
Culture-specific formatting information.
Return Value
Type:
StringThe converted value.
Implements
IConvertibleToString(IFormatProvider)
See Also