[]
        
(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)
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)
Parameters
Type Name Description
int index
IntPtr stringBuffer
int size