ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DirectWrite Namespace / LocalizedStrings Class / GetString Method / GetString(Int32) Method
Zero-based index of the string from the language/string pair to be retrieved.

In This Topic
    GetString(Int32) Method
    In This Topic
    Get the string from the language/string pair.
    Syntax
    'Declaration
     
    Public Overloads Function GetString( _
       ByVal index As System.Integer _
    ) As System.String
    public System.string GetString( 
       System.int index
    )

    Parameters

    index
    Zero-based index of the string from the language/string pair to be retrieved.

    Return Value

    The locale name from the language
    See Also