Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / RichText Class / Normalize Method
The text to normalize.


In This Topic
    Normalize Method (RichText)
    In This Topic
    Normalize the text.
    Syntax
    'Declaration
     
    
    Public Shared Function Normalize( _
       ByVal text As String _
    ) As String
    'Usage
     
    
    Dim text As String
    Dim value As String
     
    value = RichText.Normalize(text)
    public static string Normalize( 
       string text
    )

    Parameters

    text
    The text to normalize.

    Return Value

    The normalized text.
    See Also