Edit

Share via


Buffer.AddUtf32 Method

Definition

Overloads

AddUtf32(IntPtr, Int32, Int32, Int32)

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

Parameters

text
IntPtr
textLength
Int32
itemOffset
Int32
itemLength
Int32

Applies to

AddUtf32(ReadOnlySpan<UInt32>, Int32, Int32)

public void AddUtf32(ReadOnlySpan<uint> text, int itemOffset, int itemLength);

Parameters

itemOffset
Int32
itemLength
Int32

Applies to

AddUtf32(IntPtr, Int32)

public void AddUtf32(IntPtr text, int textLength);

Parameters

text
IntPtr
textLength
Int32

Applies to

AddUtf32(ReadOnlySpan<Int32>, Int32, Int32)

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

Parameters

itemOffset
Int32
itemLength
Int32

Applies to

AddUtf32(ReadOnlySpan<UInt32>)

public void AddUtf32(ReadOnlySpan<uint> text);

Parameters

Applies to

AddUtf32(ReadOnlySpan<Int32>)

public void AddUtf32(ReadOnlySpan<int> text);

Parameters

Applies to

AddUtf32(ReadOnlySpan<Byte>)

public void AddUtf32(ReadOnlySpan<byte> text);

Parameters

Applies to

AddUtf32(String)

public void AddUtf32(string text);

Parameters

text
String

Applies to