UriHelperIsUrlSafeChar Method |
IsUrlSafeChar
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static bool IsUrlSafeChar(
char ch
)
Public Shared Function IsUrlSafeChar (
ch As Char
) As Boolean
public:
static bool IsUrlSafeChar(
wchar_t ch
)
static member IsUrlSafeChar :
ch : char -> bool
Parameters
- ch
- Type: SystemChar
[Missing <param name="ch"/> documentation for "M:Adf.UriHelper.IsUrlSafeChar(System.Char)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Adf.UriHelper.IsUrlSafeChar(System.Char)"]
See Also