Determines whether the specified value contains value.
Namespace: CodeSmith.EngineAssembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
public bool ContainsValue( string value ) |
Visual Basic |
---|
Public Function ContainsValue ( value As String ) As Boolean |
Parameters
- value
- Type: System..::..String
The value.
Return Value
Type: Booleantrue if the specified value contains value; otherwise, false.