| 
    Terraria v1.4.4.9
    
   Terraria source code documentation 
   | 
 
Static Package Functions | |
| static bool | CheckIriUnicodeRange (char unicode, bool isQuery) | 
| static bool | CheckIriUnicodeRange (char highSurr, char lowSurr, out bool isSurrogatePair, bool isQuery) | 
| static bool | CheckIriUnicodeRange (uint value, bool isQuery) | 
| static bool | CheckIsReserved (char ch, UriComponents component) | 
| static unsafe string | EscapeUnescapeIri (char *pInput, int start, int end, UriComponents component) | 
Static Private Member Functions | |
| static bool | IsInInclusiveRange (uint value, uint min, uint max) | 
Definition at line 6 of file IriHelper.cs.