uCalc API Version: 2.1.3-preview.2 Released: 6/17/2026

Warning

uCalc API Preview Release Notice:The documentation describes the intended behavior of the API. The current preview build contains incomplete features, unoptimized performance, and is subject to breaking changes.

StrData

Method

Product: 

Transformer Library

Class: 

Transformer

Returns actual character base pointer of string

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