Module netcorehost::pdcstring

source ·
Expand description

Module for a platform dependent c-like string type.

Modules§

Structs§

  • An error returned to indicate that an invalid nul value was found in a string.
  • An error returned from to indicate that a terminating nul value was missing.
  • A borrowed slice of a PdCString.
  • A platform-dependent c-like string type for interacting with the .NET hosting components.
  • Errors which can occur when attempting to interpret a sequence of platform-dependent characters as a string.

Type Aliases§

  • The platform-dependent character type used by the hosting components.
  • The unsigned version of the platform-dependent character type used by the hosting components.