Buffer.AddUtf32 Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AddUtf32(ReadOnlySpan<UInt32>, Int32, Int32)
public void AddUtf32(ReadOnlySpan<uint> text, int itemOffset, int itemLength);
Parameters
- text
- ReadOnlySpan<UInt32>
- itemOffset
- Int32
- itemLength
- Int32
Applies to
AddUtf32(ReadOnlySpan<Int32>, Int32, Int32)
public void AddUtf32(ReadOnlySpan<int> text, int itemOffset, int itemLength);
Parameters
- text
- ReadOnlySpan<Int32>
- itemOffset
- Int32
- itemLength
- Int32