Namespace: Rx.Net – Class: MainLens – Assembly: Rx.Net

MainLens.ToString Method

C#
public string ToString(string format)

Convert this MainLens into a string representation.

You can use the following placeholders which will be replaced during conversion:

{V} = Vendor, {F} = Focal Length, {A} = Aperture, {T} = Type, {C} = Comment.

Parameters

[string] format

Describes the format to use.

Returns

string

This MainLens as a System::String^.