'Declaration Public Shared Function Collate( _ ByVal value As String, _ ByVal collationName As String _ ) As String
public static string Collate( string value, string collationName )
Parameters
- value
- The string to specify the collation for.
- collationName
- The name of the target collation.
Return Value
The string with the collation specified.