Click or drag to resize

PounceConnectionCheckFriendName Method

This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

Checks a friend's name to make sure it is a valid alpha numeric (a-z0-9).

Furcadia short-name format is lowercase alpha-numeric strings

Namespace:  Furcadia.Net.Pounce
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax
public bool CheckFriendName(
	string shortNFriend
)

Parameters

shortNFriend
Type: SystemString
Name of Friend.

Return Value

Type: Boolean
True: Friend name is fine. False otherwise.
See Also