M_Furcadia_Text_Base220_Base220StringLengeth - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

Base220.Base220StringLengeth Method

This stuff is still in the planning stages. Any questions or Comments are welcome. [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 43

Syntax

C#

public static int Base220StringLengeth(
	ref string b220str
)

VB

Public Shared Function Base220StringLengeth ( 
	ByRef b220str As String
) As Integer

VB Usage

Dim b220str As String
Dim returnValue As Integer

returnValue = Base220.Base220StringLengeth(b220str)

C++

public:
static int Base220StringLengeth(
	String^% b220str
)

F#

static member Base220StringLengeth : 
        b220str : string byref -> int 

Parameters

 

b220str
Type: System.String
[Missing documentation for "M:Furcadia.Text.Base220.Base220StringLengeth(System.String@)"]

Return Value

Type: Int32
[Missing documentation for "M:Furcadia.Text.Base220.Base220StringLengeth(System.String@)"]

Remarks

Reference Base 220 Strings http://dev.furcadia.com/docs/base220.pdf

See Also

Reference

Base220 Class
Furcadia.Text Namespace

⚠️ **GitHub.com Fallback** ⚠️