Builds a string with DatabaseNumber-PageNumber-SlotNumber
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public static string AsString(
uint id
)
Public Shared Function AsString (
id As UInteger
) As String
public:
static String^ AsString(
unsigned int id
)
static member AsString :
id : uint32 -> string
Parameters
- id
- Type: SystemUInt32
A combined Page number and page number
Return Value
Type:
StringPageNumber-SlotNumber
See Also