System::UriShim::IsHexEncoding methode

UriShim::IsHexEncoding method

Controleert of het opgegeven patroon een geescaped hexadecimale vorm is.

static bool System::UriShim::IsHexEncoding(const String &pattern, int32_t index)
ParameterTypeBeschrijving
patternconst String&String om de geescaped hexadecimale vorm van te lezen.
indexint32_tOffset in de opgegeven string.

ReturnValue

Waar als er een geëscapte hex-patroon op de opgegeven positie staat, anders onwaar.

Zie ook