Edit

Share via


Buffer.AddUtf16 Method

Definition

Overloads

AddUtf16(IntPtr, Int32, Int32, Int32)

public void AddUtf16(IntPtr text, int textLength, int itemOffset, int itemLength);

Parameters

text
IntPtr
textLength
Int32
itemOffset
Int32
itemLength
Int32

Applies to

AddUtf16(ReadOnlySpan<Char>, Int32, Int32)

public void AddUtf16(ReadOnlySpan<char> text, int itemOffset, int itemLength);

Parameters

itemOffset
Int32
itemLength
Int32

Applies to

AddUtf16(IntPtr, Int32)

public void AddUtf16(IntPtr text, int textLength);

Parameters

text
IntPtr
textLength
Int32

Applies to

AddUtf16(String, Int32, Int32)

public void AddUtf16(string text, int itemOffset, int itemLength);

Parameters

text
String
itemOffset
Int32
itemLength
Int32

Applies to

AddUtf16(ReadOnlySpan<Char>)

public void AddUtf16(ReadOnlySpan<char> text);

Parameters

Applies to

AddUtf16(ReadOnlySpan<Byte>)

public void AddUtf16(ReadOnlySpan<byte> text);

Parameters

Applies to

AddUtf16(String)

public void AddUtf16(string text);

Parameters

text
String

Applies to