StringUtilities Class

CVB.Net Documentation
Several utility functions that make interfacing managed and unmanaged DLLs easier.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.Runtime.InteropServicesStringUtilities

Namespace:  Stemmer.Cvb.Runtime.InteropServices
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static class StringUtilities
Methods

  NameDescription
Public methodStatic memberGetUnmanagedStringTRes(StringUtilitiesStringQueryFixedLengthTRes, Int32, StringUtilitiesSucceededTRes)
Retrieves an unmanaged string from a function that follows the convention that a size query is possible by passing a null pointer first.
Public methodStatic memberGetUnmanagedStringTRes, TSize(StringUtilitiesStringQueryTRes, TSize, StringUtilitiesSucceededTRes)
Retrieves an unmanaged string from a function that follows the convention that a size query is possible by passing a null pointer first.
Top
See Also

Reference