ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DirectWrite Namespace / LocalizedStrings Class / GetString Method / GetString(Int32,IntPtr,Int32) Method

In This Topic
    GetString(Int32,IntPtr,Int32) Method
    In This Topic
    HRESULT IDWriteLocalizedStrings::GetString([In] unsigned int index,[Out, Buffer] wchar_t* stringBuffer,[In] unsigned int size)
    Syntax
    'Declaration
     
    Public Overloads Sub GetString( _
       ByVal index As System.Integer, _
       ByVal stringBuffer As System.IntPtr, _
       ByVal size As System.Integer _
    ) 
    public void GetString( 
       System.int index,
       System.IntPtr stringBuffer,
       System.int size
    )

    Parameters

    index
    stringBuffer
    size
    See Also