[This is preliminary documentation and is subject to change.]

Converts value to string

Namespace: Tools.WindowsT.WPF.ControlsT
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
protected virtual string ValueToString(
	decimal value
)
Visual Basic
Protected Overridable Function ValueToString ( _
	value As Decimal _
) As String
Visual C++
protected:
virtual String^ ValueToString(
	Decimal value
)
F#
abstract ValueToString : 
        value:decimal -> string 
override ValueToString : 
        value:decimal -> string 
JScript
protected function ValueToString(
	value : decimal
) : String

Parameters

value
Type: System..::..Decimal
Value to be converted

Return Value

String representation of value reflecting DecimalPlaces.

See Also