IHtmlGenerator.FormatValue(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.
Format a value.
public:
 System::String ^ FormatValue(System::Object ^ value, System::String ^ format);public string FormatValue(object value, string format);abstract member FormatValue : obj * string -> stringPublic Function FormatValue (value As Object, format As String) As StringParameters
- value
- Object
The value to format.
- format
- String
The format to use.
Returns
The formatted value.