Click or drag to resize

NativeParameterInfoGetBytes Method

Converts the value to a collection of bytes according to this parameter.

Namespace:  SampSharp.Core.Natives
Assembly:  SampSharp.Core (in SampSharp.Core.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public IEnumerable<byte> GetBytes(
	Object value,
	int length,
	IGameModeClient gameModeClient
)

Parameters

value
Type: SystemObject
The value.
length
Type: SystemInt32
The length.
gameModeClient
Type: SampSharp.CoreIGameModeClient
The game mode client.

Return Value

Type: IEnumerableByte
A collection of bytes.
See Also