Gets or sets the custom format string.
            
        
        Namespace: SimolAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
| C# | 
|---|
public string Format { get; private set; }  | 
| Visual Basic | 
|---|
Public Property Format As String Get Private Set  | 
| Visual C++ | 
|---|
public: property String^ Format { String^ get (); private: void set (String^ value); }  |