C# Uri IsBadFileSystemCharacter
Description
Uri IsBadFileSystemCharacter
gets whether a character
is invalid in a file system name.
Syntax
Uri.IsBadFileSystemCharacter
has the following syntax.
[ObsoleteAttribute("The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202")]
protected virtual bool IsBadFileSystemCharacter(
char character
)
Parameters
Uri.IsBadFileSystemCharacter
has the following parameters.
character
- The Char to test.
Returns
Uri.IsBadFileSystemCharacter
method returns A Boolean value that is true if the specified character is invalid; otherwise
false.