Skip to content

Add ToString & Size functions to TPJEnvironmentVar #19

@delphidabbler

Description

@delphidabbler

A common thing to do us to render an environment variable in name=value format. Add a ToString method to do this.

It is useful (eg when creating environment blocks) to know the size in chars of an environment variable in name=value format. So add a Size method to return the size in characters. (The size in bytes will be SizeOf(Char) * Size).

Metadata

Metadata

Assignees

Labels

completedWork has completed (may not have been pushed to GitHub yet)

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions