[This is preliminary documentation and is subject to change.]
Converts value to string
Namespace: Tools.WindowsT.WPF.ControlsTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| Visual Basic |
|---|
Protected Overridable Function ValueToString ( _
value As Decimal _
) As String |
| Visual C++ |
|---|
protected:
virtual String^ ValueToString(
Decimal value
) |
| JScript |
|---|
protected function ValueToString(
value : decimal
) : String |
Return Value
String representation of
value reflecting
DecimalPlaces.
See Also