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-local+709673996c0cc3c0733358a87691d1009326afa7
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