Back to Devexpress

RepositoryItem.GetNormalizedText(String) Method

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitem-dot-getnormalizedtext-x28-system-dot-string-x29.md

latest1.4 KB
Original Source

RepositoryItem.GetNormalizedText(String) Method

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[EditorBrowsable(EditorBrowsableState.Never)]
public static string GetNormalizedText(
    string source
)
vb
<EditorBrowsable(EditorBrowsableState.Never)>
Public Shared Function GetNormalizedText(
    source As String
) As String

Parameters

NameType
sourceString

Returns

Type
String

See Also

RepositoryItem Class

RepositoryItem Members

DevExpress.XtraEditors.Repository Namespace