MacAddressToString(String, IFormatProvider) Method
Formats the value of the current instance using the specified format.
Namespace: MobileTrack.Common.ModelsAssembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public string ToString(
string? format,
IFormatProvider? formatProvider
)
- format String
- The format to use.
-or-
A null reference ( in Visual Basic) to use the default format defined for the type of the IFormattable implementation.
- formatProvider IFormatProvider
- The provider to use to format the value.
-or-
A null reference ( in Visual Basic) to obtain the numeric format information from the current locale setting of the operating system.
StringThe value of the current instance in the specified format.
IFormattableToString(String, IFormatProvider)