API reference
API reference
Select your platform
No SDKs available
No versions available

ovrID_ToString Function

Convert an ID back into a string. This function round trips with ovrID_FromString(). Note: the id format may change in the future. Developers should not rely on the string representation being an integer.
Length of outParam should be > 20.

Signature

bool ovrID_ToString(char *outParam, size_t bufferLength, ovrID id)

Parameters

outParam: char *
bufferLength: size_t
id: ovrID

Returns

bool