AX#

Search Results for

    Show / Hide Table of Contents

    Class StringInterpolator

    Provides extension methods for PLC's string interpolation.

    Inheritance
    object
    StringInterpolator
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: AXSharp.Connector
    Assembly: AXSharp.Connector.dll
    Syntax
    public static class StringInterpolator

    Methods

    | Edit this page View Source

    Interpolate(string, ITwinElement)

    Interpolates original string attached to a twin object.

    Declaration
    public static string Interpolate(this string original, ITwinElement obj)
    Parameters
    Type Name Description
    string original

    Original yet non-interpolated string.

    ITwinElement obj

    ITwinElement object on which original string created.

    Returns
    Type Description
    string

    Interpolated string.

    | Edit this page View Source

    Interpolate(string, object)

    Interpolates original string attached to a twin object.

    Declaration
    public static string Interpolate(this string original, object obj)
    Parameters
    Type Name Description
    string original

    Original yet non-interpolated string.

    object obj

    Object on which original string created.

    Returns
    Type Description
    string

    Interpolated string.

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors