Table of Contents

Method ToConfigString

Namespace
Alternet.Common.Python
Assembly
Alternet.Common.Python.v10.dll

ToConfigString(PythonPathValueKind)

Converts a PythonPathValueKind enumeration value to its corresponding configuration string.

public static string ToConfigString(PythonPathValueKind value)

Parameters

value PythonPathValueKind

The PythonPathValueKind value to convert.

Returns

string

A string representing the configuration key for the specified PythonPathValueKind. For example:

Exceptions

NotImplementedException

Thrown if the provided PythonPathValueKind value is not implemented.