tryUriDecodeInPlace

char[]
tryUriDecodeInPlace
(
char* value
,
const(char)[] terminatingChars
)

Return Value

Type: char[]

null on error, the decoded string on success

Meta