|
Base95 Constructor (String)
|
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Initializes a new instance of the
Base95 class.
Namespace:
Furcadia.Text
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public Base95(
string s
)
Public Sub New (
s As String
)
Dim s As String
Dim instance As New Base95(s)
public:
Base95(
String^ s
)
new :
s : string -> Base95
Parameters
- s
- Type: SystemString
The s.
See Also