Retrieves the string representation of a
Base.
Code cpp:
VAULTSCRIPT VAULTSPACE cRawString (*VAULTAPI(BaseToString))(VAULTSPACE Base) VAULTCPP(noexcept);
Code c:
native BaseToString(base, value{});
Base - the base
value (PAWN only) - an array large enough to hold at least 64 characters
The C version returns a
cRawString containing the string representation of the base. The PAWN version has no return value.