C# Class stringprep.Plain

A relatively plain stringprep profile, that doesn't do case folding, or prevent unassigned characters.
Inheritance: stringprep.Profile
Mostra file Open project: JustOxlamon/TwoRatChat

Public Methods

Method Description
Plain ( ) : System

Create a Plain instance.

Method Details

Plain() public method

Create a Plain instance.
public Plain ( ) : System
return System