VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / DrawingString Class / Contains(String) Method
Syntax Requirements SeeAlso
In This Topic
    Contains(String) Method (DrawingString)
    In This Topic
    Returns a value indicating whether a specified substring occurs within this string.
    Syntax
    'Declaration
    
    Public Function Contains( _
    ByVal value
    The string to seek.
    As System.String _
    ) As Boolean
    public bool Contains(
    System.String value
    )
    public: bool Contains(
    System.String value
    )
    public:
    bool Contains(
    System.String value
    )

    Parameters

    value
    The string to seek.

    Return Value

    True if the value parameter occurs within this string, or if value is the empty string (""); otherwise, false.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also