MetadataStringComparer.StartsWith Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
StartsWith(StringHandle, String) | |
StartsWith(StringHandle, String, Boolean) |
StartsWith(StringHandle, String)
- Source:
- MetadataStringComparer.cs
- Source:
- MetadataStringComparer.cs
- Source:
- MetadataStringComparer.cs
public:
bool StartsWith(System::Reflection::Metadata::StringHandle handle, System::String ^ value);
public bool StartsWith (System.Reflection.Metadata.StringHandle handle, string value);
member this.StartsWith : System.Reflection.Metadata.StringHandle * string -> bool
Public Function StartsWith (handle As StringHandle, value As String) As Boolean
Paramètres
- handle
- StringHandle
- value
- String
Retours
S’applique à
StartsWith(StringHandle, String, Boolean)
- Source:
- MetadataStringComparer.cs
- Source:
- MetadataStringComparer.cs
- Source:
- MetadataStringComparer.cs
public:
bool StartsWith(System::Reflection::Metadata::StringHandle handle, System::String ^ value, bool ignoreCase);
public bool StartsWith (System.Reflection.Metadata.StringHandle handle, string value, bool ignoreCase);
member this.StartsWith : System.Reflection.Metadata.StringHandle * string * bool -> bool
Public Function StartsWith (handle As StringHandle, value As String, ignoreCase As Boolean) As Boolean
Paramètres
- handle
- StringHandle
- value
- String
- ignoreCase
- Boolean
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.