Furcadia Framework For Third Party Programs
Base220Base220StringLengeth Method |
[This is preliminary documentation and is subject to change.]
Process Base220 Strings.
these are string Prefixed with a Base220 character representing the Lengeth of the string
Namespace: Furcadia.Text
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public static int Base220StringLengeth( ref string b220str )
Public Shared Function Base220StringLengeth ( ByRef b220str As String ) As Integer Dim b220str As String Dim returnValue As Integer returnValue = Base220.Base220StringLengeth(b220str)
public: static int Base220StringLengeth( String^% b220str )
static member Base220StringLengeth : b220str : string byref -> int
Parameters
- b220str
- Type: SystemString
[Missing <param name="b220str"/> documentation for "M:Furcadia.Text.Base220.Base220StringLengeth(System.String@)"]
Return Value
Type: Int32[Missing <returns> documentation for "M:Furcadia.Text.Base220.Base220StringLengeth(System.String@)"]
Remarks
Reference Base 220 Strings http://dev.furcadia.com/docs/base220.pdf
See Also