PounceConnection.CheckFriendNames Method

FFF3PP

PounceConnectionCheckFriendNames Method

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

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

Iterates through friend's names to make sure they are valid alpha numeric (a-z0-9).

Namespace:  Furcadia.Net.Pounce
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public bool CheckFriendNames()
Public Function CheckFriendNames As Boolean

Dim instance As PounceConnection
Dim returnValue As Boolean

returnValue = instance.CheckFriendNames()
public:
bool CheckFriendNames()
member CheckFriendNames : unit -> bool 

Return Value

Type: Boolean
True: All friends names are fine. False otherwise.
See Also