CString constructor

const CString(
  1. String raw
)

Implementation

const CString(String raw) : super(raw);