Class Interop
- Namespace
- GrapeCity.Documents.Barcode
- Assembly
- GcDocs.Barcode.dll
Provides interoperability methods.
public static class Interop
- Inheritance
-
object
Interop
- Inherited Members
-
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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
System.Globalization.CultureInfo
The culture to use.
Returns
- string
The lowercase string.