Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / MaskFieldCollectionInfo Class / GetFormatString Method


In This Topic
    GetFormatString Method (MaskFieldCollectionInfo)
    In This Topic
    Gets the format string generated from the MaskFieldInfo fields.
    Syntax
    'Declaration
     
    
    Public Function GetFormatString() As String
    'Usage
     
    
    Dim instance As MaskFieldCollectionInfo
    Dim value As String
     
    value = instance.GetFormatString()
    public string GetFormatString()
    See Also