ComponentOne Basic Library for WPF and Silverlight
Format Property (C1NumericBox)


C1.Silverlight Namespace > C1NumericBox Class : Format Property
Gets or sets the value for the Format of the C1NumericBox.
Syntax
'Declaration
 
Public Property Format As System.String
'Usage
 
Dim instance As C1NumericBox
Dim value As System.String
 
instance.Format = value
 
value = instance.Format
public System.string Format {get; set;}
Remarks
The property accepts any standard or custom numeric format supported by the String.Format method.
See Also

Reference

C1NumericBox Class
C1NumericBox Members