Furcadia Framework For Third Party Programs
PounceConnectionCheckFriendNames Method |
[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: BooleanTrue: All friends names are fine. False otherwise.
See Also