Click or drag to resize

NativeMethodsstring_c_str Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static sbyte* string_c_str(
	IntPtr s
)

Parameters

s
Type: SystemIntPtr

Return Value

Type: SByte*
See Also