StrData

Method

Returns actual character base pointer of string

SDK version: 

5.7.0-preview.3 8/14/2026

Product: 

Class: 

Warning

uCalc API Preview Release Notice:This preview documentation describes the intended behavior of the API. It is not fully accurate or complete.The current preview build contains incomplete features, unoptimized performance, and is subject to breaking changes.Use of the preview version in your production code is not recommended.

Syntax

StrData()

Parameters

[None]

Return

CONSTCHAR

Pointer to byte array

Remarks

This returns a pointer to the actual location in memory of a Transformer string. This is the string that is returned by Str(). Note: This should never be used alone. Always use it in pair with StrLength.

Examples

This page last modified on: 

8/7/2026