CollationInfo.IsPrefix(String, String) Method

Definition

public bool IsPrefix (string source, string prefix);
member this.IsPrefix : string * string -> bool
Public Function IsPrefix (source As String, prefix As String) As Boolean

Parameters

source
String
prefix
String

Returns

Applies to