Click or drag to resize

IWikiFamilyTryNormalize 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.Sites
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntax
string? TryNormalize(
	string prefix
)

Parameters

prefix  String
The member name in the family. Usually this is the interwiki prefix.

Return Value

String
The normalized wiki name, if the specified name exists. Otherwise null.
Exceptions
ExceptionCondition
ArgumentNullExceptionprefix is null.
See Also