OptionFormattingUtilities.Format(Object, Object, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Formats a key-value pair using default format
public static string Format (object key, object value, string formatting = default);
static member Format : obj * obj * string -> string
Public Shared Function Format (key As Object, value As Object, Optional formatting As String = Nothing) As String
Parameters
- key
- Object
The key.
- value
- Object
The value.
- formatting
- String
The format string.
Returns
A formatted key-value pair.