[]
        
(Showing Draft Content)

GrapeCity.Documents.Barcode.Interop

Class Interop

Namespace
GrapeCity.Documents.Barcode
Assembly
GcDocs.Barcode.dll

Provides interoperability methods.

public static class Interop
Inheritance
Interop
Inherited Members

Methods

ToLower(string, CultureInfo)

Converts the current string to lowercase using a specified culture.

public static string ToLower(this string str, CultureInfo culture)

Parameters

str string

The current string.

culture CultureInfo

The culture to use.

Returns

string

The lowercase string.