Create a new Fixed-Encoding String from the contents of the specified DOFValue.
- Resource Management:
- This function allocates resources that must later be freed by calling PCRMem_Free.
- Parameters
-
self | The DOFValue to be extracted. This must represent a single value of type Fixed-Encoding String, and must not be NULL. |
- Returns
- The new Fixed-Encoding String from the contents of self.
- Exceptions
-
NULL | is returned if the resulting Fixed-Encoding String could not be created, or an invalid parameter was detected. |