Formats the value of the current instance using the specified format.
Namespace: Reimers.Google.MapAssembly: Reimers.Google.Map (in Reimers.Google.Map.dll) Version: 5.3.95.699 (5.3.95.699)
Syntax
C# |
---|
public string ToString( string format, IFormatProvider formatProvider ) |
Parameters
- format
- Type: System..::..String
The format to use.-or- A null reference (Nothing in Visual Basic) to use the default format defined for the type of the IFormattable implementation.
- formatProvider
- Type: System..::..IFormatProvider
The provider to use to format the value.-or- A null reference (Nothing in Visual Basic) to obtain the numeric format information from the current locale setting of the operating system.