[]
        
(Showing Draft Content)

C1.Util.DX.DirectWrite.LocalizedStrings.GetString

GetString Method

GetString(int)

Get the string from the language/string pair.

Declaration
public string GetString(int index)
Public Function GetString(index As Integer) As String
Parameters
Type Name Description
int index

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

Returns
Type Description
string

The locale name from the language

GetString(int, IntPtr, int)

HRESULT IDWriteLocalizedStrings::GetString([In] unsigned int index,[Out, Buffer] wchar_t* stringBuffer,[In] unsigned int size)

Declaration
public void GetString(int index, IntPtr stringBuffer, int size)
Public Sub GetString(index As Integer, stringBuffer As IntPtr, size As Integer)
Parameters
Type Name Description
int index
IntPtr stringBuffer
int size