Furcadia Framework For Third Party Programs
PounceConnectionCheckFriendName Method |
[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 44
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: BooleanTrue: Friend name is fine. False otherwise.
See Also