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
Syntaxpublic 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:
StringThe complete arguments format.
See Also