InformationProvider.

HasPrefix(string) Method

Summary

Determines whether the specified key has prefix.

Syntax

public bool HasPrefix(string key)

Parameters

Name Type Description
key string The key.

Return Value

Type Description
bool true if the specified key has prefix; otherwise, false.