This site has been archived and made available for preservation purposes. No edits can be made.

BaseToString

Retrieves the string representation of a Base.

[top]Declaration

Code cpp:
VAULTSCRIPT VAULTSPACE cRawString (*VAULTAPI(BaseToString))(VAULTSPACE Base) VAULTCPP(noexcept);
Code c:
native BaseToString(base, value{});

[top]Parameters

Base - the base
value (PAWN only) - an array large enough to hold at least 64 characters

[top]Return value

The C version returns a cRawString containing the string representation of the base. The PAWN version has no return value.