Click or drag to resize

NativeUtilsAppendVarArgsFormat Method

Appends the format for specified variable arguments to the specified format.

Namespace:  SampSharp.Core.Natives.NativeObjects.FastNatives
Assembly:  SampSharp.Core (in SampSharp.Core.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public static string AppendVarArgsFormat(
	string format,
	Object[] varArgs
)

Parameters

format
Type: SystemString
The format to append to.
varArgs
Type: SystemObject
The variable arguments for which to append formatting.

Return Value

Type: String
The complete arguments format.
See Also