PounceConnection.CheckFriendName Method

Furcadia Framework

PounceConnectionCheckFriendName Method

Furcadia Framework For Third Party Programs
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 42
Syntax

public bool CheckFriendName(
	string shortNFriend
)
Public Function CheckFriendName ( 
	shortNFriend As String
) As Boolean

Dim instance As PounceConnection
Dim shortNFriend As String
Dim returnValue As Boolean

returnValue = instance.CheckFriendName(shortNFriend)
public:
bool CheckFriendName(
	String^ shortNFriend
)
member CheckFriendName : 
        shortNFriend : string -> bool 

Parameters

shortNFriend
Type: SystemString
Name of Friend.

Return Value

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

Reference