| WikiFamilyTryNormalize Method |
This is preliminary documentation and is subject to change.
Tries to normalize the specified wiki prefix by changing the letter-case of the input name.
Namespace: WikiClientLibrary.SitesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public string? TryNormalize(
string prefix
)
Public Function TryNormalize (
prefix As String
) As String
Dim instance As WikiFamily
Dim prefix As String
Dim returnValue As String
returnValue = instance.TryNormalize(prefix)
public:
virtual String^ TryNormalize(
String^ prefix
) sealed
abstract TryNormalize :
prefix : string -> string
override TryNormalize :
prefix : string -> string
Parameters
- prefix String
- The member name in the family. Usually this is the interwiki prefix.
Return Value
StringThe normalized wiki name, if the specified name exists. Otherwise
null.
Implements
IWikiFamilyTryNormalize(String)Exceptions See Also