Click or drag to resize

NativeUtilsGetBytes Method

Gets the bytes of the specified input string based on the currently active encoding.

Namespace:  SampSharp.Core.Natives.NativeObjects.FastNatives
Assembly:  SampSharp.Core (in SampSharp.Core.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public static void GetBytes(
	string input,
	Span<byte> output
)

Parameters

input
Type: SystemString
The input string to get the bytes of.
output
Type: SystemSpanByte
The buffer to store the bytes in.
See Also